T A S K - 2

Task 1

Single page application (SPA) are web pages where the server transmits only a single HTML online.
Content is then dynamically filled through the use of server calls and div sections.

For the first task of this lab you will create a basic framework to support this style of web page.Part B
of the lab will involve utilizing angular to add dynamic operation.

setup

Web development strongly benefits from consistent and clean dictonary structure.This lab will take
the previous structure,one folder per checkpoint,and expand upon it.For each checkpoint in this
lab image,scripts and stylesheets should be in their own directions.This basic structure has been
provided within the web_dev directory.

All HTML content for these pages should be in an index html page:

Folder Structure  -->images
                  --->scripts
                  --->styles
                  index.html

As with previous checkpoints the html page should contain relevant links, author and meta tags.
Meta tags should include:
Task Description

Using html tags and css create a replica of the provided page: